ci: Really enable werror
authorMatthias Clasen <mclasen@redhat.com>
Wed, 30 Sep 2020 18:45:47 +0000 (14:45 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 30 Sep 2020 19:26:20 +0000 (15:26 -0400)
We wanted to enable werror for gtk without enabling it
for all our subprojects. Sadly, we failed. Try again

.gitlab-ci.yml

index 0a1f3d5a076d12d17e5618c4e8ea7436489c2be3..5ac2d2f8784e59e605ea00fb1857200cadd9266b 100644 (file)
@@ -16,7 +16,7 @@ stages:
 
 # Common variables
 variables:
-  COMMON_MESON_FLAGS: "--fatal-meson-warnings -Dgtk:werror=true"
+  COMMON_MESON_FLAGS: "--fatal-meson-warnings -Dwerror=true -Dglib:werror=false -Dpango:werror=false -Dgtk-doc:werror=false -Dwayland-protocols:werror=false -Dsysprof:werror=false"
   BACKEND_FLAGS: "-Dx11-backend=true -Dwayland-backend=true -Dbroadway-backend=true"
   FEATURE_FLAGS: "-Dvulkan=enabled -Dcloudproviders=enabled"
   MESON_TEST_TIMEOUT_MULTIPLIER: 3